You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TDenseMtxVec Class > TDenseMtxVec Methods > TDenseMtxVec.UpSample Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TDenseMtxVec.UpSample Method

Inserts zeroes between consecutive array values.

Syntax
C#
Visual Basic
public TMtxVec UpSample([In] TMtxVec Src, int Factor, int SrcIndex, int Index, int Len, int Phase);

Copy Len values from Src starting at SrcIndex to the calling object starting at position Index and place Factor-1 zeros between consecutive values. Size and TMtxVec.Complex properties of the calling object must be set explicitly. Phase parameter defines the initial sample offset and must be less then Factor. An exception is raised, if array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!